html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

table {
    width: 100%;
    text-align: center;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

a {
    
    text-decoration: none;
}



em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: auto;
    padding: auto;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

.cle {
    clear: both;
}

img {
    /* width: 100%; */
    height: auto;
    /* display: block; */
}

input {
    outline: none;
}

.clearfix {

    zoom: 1;

    display: block;

}

.clearfix:after {

    content: ".";

    visibility: hidden;

    display: block;

    height: 0;

    clear: both;

}

/*右侧悬浮开始*/
.right_bar {
    position: fixed;
    right: 20px;
    bottom:20px;
    width: 80px;
    background:#fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    z-index: 9990;
    box-sizing: border-box;
    padding-top: 20px;
    border-radius: 5px;
    display: none;
  }
  .right_bar li {
    margin-bottom: 23px;
    text-align: center;
    position: relative;
    color:#2e6da1;
    font-size: 20px !important;
  }
  .right_bar li:nth-child(5):hover img {
    transition: transform .2s;
    transform: scale(1.25);
  }
  .right_bar li > img {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
    transition: transform .2s;
  }
  .right_bar li > span {
    font-size: 13px;
    color: #333;
  }
  .right_bar .iconfont{
      font-size: 20px;
  }
  .right_bar li i {
    position: absolute;
    left: -115px;
    top: -15px;
    width: 90px;
    height: 90px;
    opacity: 1;
    transition: opacity 0.3s;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
  }
  .right_bar li i img:nth-child(1) {
    display: block;
    width: 100%;
    height: 100%;
  }
  .right_bar li i img:nth-child(2) {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .right_bar li:hover i{
    display: block;
  }
  .znwdxr img {
    display: block;
    margin: 40px auto;
  }

  /*右侧悬浮结束*/

  /* 分享 */
  .article-share-group{ float: right; position: relative; display: block !important;}
  .article-share-tips{ display: none;}
